From: YAMAMOTO Mitsuharu Date: Sun, 11 Mar 2007 06:19:29 +0000 (+0000) Subject: (Fx_server_vendor): Change vendor string to "Apple Inc.". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1625 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d5d372038e2bf1bf78ba8c082b3ab54a51e74db4;p=emacs.git (Fx_server_vendor): Change vendor string to "Apple Inc.". --- diff --git a/src/macfns.c b/src/macfns.c index 9d1708a38d6..1857950aad7 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -3034,7 +3034,7 @@ If omitted or nil, that stands for the selected frame's display. */) (display) Lisp_Object display; { - return build_string ("Apple Computers"); + return build_string ("Apple Inc."); } DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,